StringSetting

abstract class StringSetting : Setting

Represents a setting with a string value.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getValue(): String
Gets the current value.
Link copied to clipboard
abstract fun isUpdating(): Boolean

Tells whether the setting is updating.

Link copied to clipboard
abstract fun setValue(@NonNull value: String)
Sets the current setting value.